Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support shareProcessNamespace is pod.spec #326

Merged
merged 4 commits into from
Sep 11, 2023

Conversation

andresperezl
Copy link
Contributor

This adds the ability to set the pod.spec.shareProcessNamespace value in the pod template (defaults to false), which allows the sidecars container to be able to send the reload signal (SIGHUP) to the vector process.

Copy link
Contributor

@dsmith3197 dsmith3197 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also update charts/vector/README.md with the new shareProcessNamespace option?

charts/vector/templates/_pod.tpl Outdated Show resolved Hide resolved
minebaev and others added 2 commits September 10, 2023 21:20
Additionally, move the `shareProcessNamespaces` in the `_pod.tpl`,
before `dnsPolicy`, to keep dns values together in the template.
@dsmith3197 dsmith3197 merged commit f9e8f0e into vectordotdev:develop Sep 11, 2023
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants